import csv in julia

150

julia read csv dataframe -

using CSV
df = CSV.read("annotation.csv", header=1, delim=",")

Comments

Submit
0 Comments

More Questions